ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / IsReadOnly Property

In This Topic
IsReadOnly Property (PagesCollection<T>)
In This Topic
Gets whether the System.Collections.IList is read-only.
Syntax
'Declaration
 
Public ReadOnly Property IsReadOnly As Boolean
 

Property Value

true if this instance is read only; otherwise, false.
See Also